gtktypes: GTK_INVALID_LIST_POSITION should be an int
authorBenjamin Otte <otte@redhat.com>
Tue, 7 Dec 2021 15:15:17 +0000 (16:15 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 7 Dec 2021 15:15:17 +0000 (16:15 +0100)
commitb9d4da9cfe9a28f96b2e5cfedce5b2a1c0b88113
treec213b1734f309ea10f7f40910af4aba517ad2e2f
parent5bf5b58eb3cb5fe22de6659a8418c7195978e565
gtktypes: GTK_INVALID_LIST_POSITION should be an int

GListModel uses guint, so the macros we define for it should match that.

Related: !3738
gtk/gtktypes.h